home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Pascal / Snippets / PNL Libraries / Assembly / JGNE.p < prev    next >
Text File  |  1994-08-04  |  222b  |  13 lines

  1. unit JGNE;
  2.  
  3. interface
  4.  
  5.     uses Types;
  6.  
  7.     procedure InitJGNE (HandleJGNE: ProcPtr; globals: univ ptr);
  8. { procedure HandleJGNE(var er:EventRecord; var retval:integer; globals:ptr); }
  9.     procedure FinishJGNE;
  10.  
  11. implementation
  12.  
  13. end.